home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 302 b | 13 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: changehook_test clipdemo
-
- changehook_test: changehook_test.c cbio.c hookface.a
- sc link $(CFLAGS) saveds changehook_test.c cbio.c hookface.a
-
- clipdemo: clipdemo.c cbio.c
- sc link $(CFLAGS) saveds clipdemo.c cbio.c
-
- clean:
- -delete \#?.(o|lnk)
-